projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05edf8b
)
(blink-matching-open): Don't log paren matching
author
Karl Heuer
<kwzh@gnu.org>
Sun, 13 Sep 1998 15:23:03 +0000
(15:23 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 13 Sep 1998 15:23:03 +0000
(15:23 +0000)
messages in *Messages*.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 6ac05b4217912e07f5bc8b719f51702a4c6639fc..c5fe25ebe07d07438e9dc187b242d47179ba1c3d 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3322,7
+3322,8
@@
when it is off screen)."
(matching-paren (char-after blinkpos))))))
(if mismatch (setq blinkpos nil))
(if blinkpos
- (progn
+ ;; Don't log messages about paren matching.
+ (let (message-log-max)
(goto-char blinkpos)
(if (pos-visible-in-window-p)
(and blink-matching-paren-on-screen